Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Release 1.56.0 #45

Closed
wants to merge 1 commit into from
Closed

🚀 Release 1.56.0 #45

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link

1.56.0 (2024-08-20)

Bug Fixes

  • Account for nanoid workflow ids for subworkflow execute policy (#7094) (67092c0)
  • ActiveCampaign Node: Fix pagination issue when loading tags (#8017) (1943857)
  • Add better error handling for chat errors (#10408) (f82b6e4)
  • Add fallback resolver for langchain modules (#8308) (851060d)
  • Add role check for upgrade path (#7374) (a43f720)
  • Agile CRM Node: Fix issue with company address not working (#6997) (2f81652)
  • AI Agent Node: Exclude tools agent from unsupported node versions (#9728) (28d1a5d)
  • AI Agent Node: Fix issues with some tools not populating (#10406) (51a1edd)
  • AI Agent Node: Improve Tools agent empty tool input message (#9622) (e7f6162)
  • AI agents, throw error on duplicate names in dynamic tools (#8766) (75e4df1)
  • Airtable Node: Attachments field type fix (#7227) (2af967c)
  • Airtable Node: Do not allow to use deprecated api keys in v1 (#9171) (017ae6e)
  • Airtable Node: Make multipleRecordLinks editable in fields (#9608) (fdde995)
  • Allow Date/Luxon objects and additional formats in DateTime validation (#8525) (c419c85)
  • Allow sharee to use workflows with http request node without credential access (#8841) (bde4c6c)
  • Always register webhooks on startup (#8830) (c6f6254)
  • AMQP Sender Node: Node hangs forever on disconnect (#10026) (27410ab)
  • AMQP Trigger Node: Manual execution updated error reduced wait time (#10035) (f78f4ea)
  • AMQP Trigger Node: Properly close connection after manual test step (#8396) (2c14371)
  • Anthropic Chat Model Node: Fix detection of chat models in docker build & add support Claude Haiku (#8953) (76041b8)
  • API: Accept settings.executionOrder in workflow creation (#9072) (0c90c7c)
  • API: Fix manual chat trigger execution (#8300) (884396e)
  • Asana Node: Fix issue when connecting to the new Asana environment (#8404) (44f6ef2)
  • Asana Node: Omit body from GET, HEAD, and DELETE requests (#8057) (15ffd4f)
  • AWS Bedrock Chat Model Node: Improve filtering of Bedrock models & fix Claude 3 (#9085) (cfaab0b)
  • AWS Comprehend Node: Add paired item support (#10015) (470d496)
  • AWS DynamoDB Node: Improve error message parsing (#7793) (5ba5ed8)
  • AWS SES Node: Fix issue with email aliases not working for sending from or sending to (#9811) (e1e8a75)
  • AWS SQS Node: Fix issue preventing data from being sent correctly (#8382) (daba5bb)
  • AwsS3 Node: Fix handling of bucket with dot in name (#8475) (0febe62)
  • AwsS3 Node: Return confirmation of success after upload (#8312) (c921665)
  • AwsS3 Node: Use location constrain (#8654) (c73aeee)
  • Basic LLM Chain Node: Fix retrieving of prompt parameter for v1.3 of the node (#8817) (82f66c8)
  • Better error message when calling data transformation functions on a null value (#10210) (1718125)
  • Better errors in Switch, If and Filter nodes (#10457) (aea82cb)
  • Cast boolean values in filter parameter (#9260) (30c8efc)
  • Change the UI text for some filter operations (#8360) (976fe2e)
  • Changes to workflow staticData erroneously updating updatedAt (#9790) (adbd0d1)
  • Chat Trigger exclude summarization node from valid ai nodes (#8875) (4861556)
  • Chat Trigger Node: Fix public chat container dimensions (#9664) (3b10c0f)
  • Code Node: Bind helper methods to the correct context (#9380) (82c8801)
  • Code Node: Disable WASM to address CVE-2023-37903 (#7122) (36a8e91)
  • Code Node: Switch over to vm2 fork (#7018) (dfe0fa6)
  • Code Node: Upgrade vm2 to address CVE-2023-37466 (#7123) (0a35025)
  • Cohere Model Node: Fix issue with credential test (#8916) (4f0b52c)
  • Continue on fail / error output support for chains and agents (#9078) (f62800c)
  • Convert to/from binary data Node: Better mime type defaults (#7693) (9b3be0c)
  • Convert to/from binary data Node: Rename 'Move Binary Data' to 'Convert to/from binary data' (#7318) (5e6c1d4)
  • core: Aborting manual trigger tests should call closeFunction (#9980) (6107798)
  • core: Account for cancelling an execution with no workers available (#10343) (b044e78)
  • core: Account for immediate confirmation request during test webhook creation (#8329) (5fbd797)
  • core: Account for itemless case on restoring binary data ID (#7305) (1691223)
  • core: Account for non-ASCII chars in filename on binary data download (#7742) (b4ebb1a)
  • core: Account for owner when filtering by project ID in GET /workflows in Public API (#10379) (5ac65b3)
  • core: Account for retry of execution aborted by pre-execute hook (#9474) (a217866)
  • core: Add view engine to webhook server to support forms (#9224) (24c3150)
  • core: Add a WebCrypto Polyfill for older versions of Node.js 18 (#9894) (59c8bf1)
  • core: Add an option to disable STARTTLS for SMTP connections (#9415) (0d73588)
  • core: Add an option to enable postgres ssl with default certs (#6889) (789e1e7)
  • core: Add check that queue is defined and remove cyclic dependency (#7404) (45f2ef3)
  • core: Add fallback for pairedItem info in runPartialWorkflow (#8842) (bd465d3)
  • core: Add missing nodeCause to paired item error (#8976) (19d9e71)
  • core: Add recoveryInProgress flag file (#6962) (7b96820)
  • core: Add support for in-transit encryption (TLS) on Redis connections (#7047) (a910757)
  • core: Adjust starter node priority for manual executions with pinned activators (#8386) (749ac2b)
  • core: Allow grace period for binary data deletion after manual execution (#7889) (61d8aeb)
  • core: Allow graceful shutdown for main with active executions (#9661) (4b345be)
  • core: Allow owner and admin to edit nodes with credentials that haven't been shared with them explicitly (#9922) (0f49598)
  • core: Always derive instanceId from the encryption key (no-changlog) (#7501) (a9fdd01)
  • core: Apply correct hostname to redirected requests (#8674) (0e36aeb)
  • core: Assign credential ownership correctly in source control import (#8955) (260bc07)
  • core: Better input validation for the changeRole endpoint (#8189) (cfe9525)
  • core: Block Public API related REST calls when Public API is not enabled (#9521) (ac4e0fb)
  • core: Change WorkflowHistory nodes/connections columns to be json (#7282) (a80abad)
  • core: Clear active execution on cancellation in scaling mode (#9979) (7e972c7)
  • core: Close db connection gracefully when exiting (#8045) (e69707e)
  • core: Comply with custom default for workflow saving settings (#7634) (48c068f)
  • core: Consider subworkflows successfully run when in waiting state (#7699) (0e00dab)
  • core: Consider timeout in shutdown an error (#8050) (4cae976)
  • core: Consolidate ownership and sharing data on workflows and credentials (#7920) (38b88b9)
  • core: Correct permissions for getstatus (#7724) (f96c1d2)
  • core: Custom workflow tool tweaks (#8561) (ccc0ad5)
  • core: Decrease reset password token expire time (#7598) (2aa7f63)
  • core: Define SHELL env variable on docker images (#8670) (e1a4fde)
  • core: Disable Node.js custom inspection to address CVE-2023-37903 (#7125) (a223734), closes #7122
  • core: Disallow orphan executions (#7069) (8a28e98)
  • core: Disconnect Redis after pausing queue during worker shutdown (#9928) (c82579b)
  • core: Do not add Authentication header when authentication type is body (#8201) (ac1c642)
  • core: Do not allow admins to delete the instance owner (#9489) (fc83005)
  • core: Do not allow admins to generate password-reset links for instance owner (#9488) (88b9a40)
  • core: Do not display error when stopping jobless execution in queue mode (#8007) (8e6b951)
  • core: Do not return inviteAcceptUrl in response if email was sent (#7465) (55c6a1b)
  • core: Do not throw when deleting workflows with executions without binary-data (#7411) (2b6a15e)
  • core: Don't allow using credentials that are not part of the same project (#9916) (ab2a548)
  • core: Don't create multiple owners when importing credentials or workflows (#9112) (3eb5be5)
  • core: Don't execute 'workflowExecuteBefore' hook on execution continuations (#9905) (adb8315)
  • core: Don't let bull override the default redis config (#6897) (cfeb322)
  • core: Don't report executions that have been paused as failed to rudderstack and log streams (#8501) (39e8754)
  • core: Don't revert irreversibble migrations (#9105) (3bb821f)
  • core: Enforce shutdown timer and sequence on SIGINT for main (#10346) (5255793)
  • core: Ensure init before checking leader or follower in multi-main scenario (#7621) (a994ba5)
  • core: Ensure maxRedirects is used for any http request defining it (#8706) (246c988)
  • core: Ensure status on Axios errors is available to the BE (#9015) (744327c)
  • core: Ensure AxiosError status always gets copied over to NodeApiError (#8509) (76c5a62)
  • core: Ensure execution deletion in worker lifecycle hook (#7481) (742c8a8)
  • core: Ensure execution recovery skips successful executions (#9793) (4131408)
  • core: Ensure executions cannot resume if already running (#10014) (d651be4)
  • core: Ensure failed executions are saved in queue mode (#7744) (b7c5c74)
  • core: Ensure followers do not recover executions from logs (#9785) (7c358e5)
  • core: Ensure graceful shutdown for workers (#9547) (7fc00d8)
  • core: Ensure ID is a positive integer when fetching execution (#9629) (411ffbd)
  • core: Ensure inviter and invitee are set correctly in invite link (#7943) (386bd61), closes 4#a39f9e5ba64a48b58a71d81c837e8227 4#f6a177d32bde4b57ae2da0b8e454 4#fef2d36ab02247e1a0f65a74f6fb534
  • core: Ensure member and admin cannot be promoted to owner (#7830) (9b87a59), closes /linear.app/n8n/issue/PAY-985/add-user-role-modification-endpoint#comment-62355f6
  • core: Ensure nodes post-processors run in the correct order (#7500) (6f45298), closes #7497
  • core: Ensure OAuth token data is not stubbed in source control (#10302) (98115e9)
  • core: Ensure only leader handles waiting executions (#9014) (217b07d)
  • core: Ensure pruning starts only after migrations have completed (#7626) (f748de9)
  • core: Ensure the generic OAuth2 API credential uses the OAuth2 credential test (#8941) (079a114)
  • core: Ensure TTL safeguard for test webhooks applies only to multi-main setup (#9062) (ff81de3)
  • core: Ensure waiting executions account for workflow timezone (#8340) (3734c89)
  • core: Errors are returned on the success branch if error item has other keys in addition to 'error' (#8380) (25f51f4)
  • core: Exclude oAuth callback urls from browser-id checks (#9158) (46e432b)
  • core: Filter out certain executions from crash recovery (#9904) (7044d1c)
  • core: Filter out prototype and constructor lookups in expressions (#10382) (8e7d29a)
  • core: Fix continueOnFail for expression error in Set (#6939) (d4fac05)
  • core: Fix frontend.settings external hook execution (#7496) (774fe20)
  • core: Fix import:workflow command (#6996) (8c38d85)
  • core: Fix isLeader check in WaitTracker constructor (#9100) (c2f4d7d)
  • core: Fix 431 for large dynamic node parameters (#9384) (d21ad15)
  • core: Fix accessor error when running partial execution (#7618) (26361df), closes #6229
  • core: Fix AddActivatedAtUserSetting migration on MariaDB (#9910) (db29e84)
  • core: Fix binary data manager check on pruning (#7251) (484035e)
  • core: Fix browser session refreshes not working (#9212) (1efeecc)
  • core: Fix data decryption on credentials import (#7560) (b350568)
  • core: Fix DropRoleMapping migration (#8521) (4fed68e)
  • core: Fix duplicate Redis publisher (#10392) (45813de)
  • core: Fix error on missing paired item data (#7399) (47e8953)
  • core: Fix execution cancellation in scaling mode (#9841) (e613de2)
  • core: Fix expression with paired item with multi-input node (#7424) (ec14141)
  • core: Fix expressions in webhook nodes(Form, Webhook) to access previous node's data (#10247) (88a1701)
  • core: Fix fetching of EE executions (#6901) (f3fce48)
  • core: Fix handling of common events for relays (#10135) (d2a3a4a)
  • core: Fix hard deletes stopping if database query throws (#7848) (46dd4d3)
  • core: Fix ignoring crashed executions without event msgs (#7368) (2f4d91b)
  • core: Fix init for AuditEventRelay (#9839) (16d3083)
  • core: Fix issue that pinnedData is not used with Test-Webhooks (#8123) (fa8bd8b)
  • core: Fix issue that prevents owner logging in when using ldap (#7408) (479f902)
  • core: Fix missing execution ID in webhook-based workflow producing binary data (#7244) (33991e9)
  • core: Fix missing successful items on continueErrorOutput with multiple outputs (#10218) (1a7713e)
  • core: Fix named parameter resolution in migrations (#7688) (4441ed5), closes #7628
  • core: Fix new graceful shutdown env being always overridden by deprecated env (#8503) (cc41fc7)
  • core: Fix optional chaining in continue on fail check (#9667) (6ae6a5e)
  • core: Fix pairedItem issue with partial manual executions (#8575) (a29b41e)
  • core: Fix payload property in workflow-post-execute event (#10413) (d98e29e)
  • core: Fix PermissionChecker.check, and add additional unit tests (#8528) (5832d3c)
  • core: Fix pruning of non-finished executions (#7333) (1b4848a)
  • core: Fix removal of triggers and pollers from memory on deactivation in multi-main setup (#8416) (2257ec6)
  • core: Fix shutdown if terminating before hooks are initialized (#8047) (6ae2f5e)
  • core: Fix SSH Tunnels when using private key (#10148) (a96db34)
  • core: Fix stopping and retrying failed executions (#8480) (238b54c)
  • core: Fix telemetry for concurrency control (#9845) (e25682d)
  • core: Fix test runs of triggers that rely on static data (#8524) (528c071)
  • core: Fix test webhook deregistration (#8247) (5032bf0)
  • core: Fix update workflow cli command being unable to activate all workflows (#8412) (ae06fde)
  • core: Fix user comparison in same-user subworkflow caller policy (#7913) (92bab72)
  • core: Fix user telemetry bugs (#10293) (42a0b59)
  • core: Fix worker logs relay (#9919) (7c53433)
  • core: Fix worker shutdown errors when active executions (#10353) (e071b73)
  • core: Fix workflow tagging failure due to unique constraint check (#8505) (92f939f)
  • core: Fix XSS validation and separate URL validation (#10424) (91467ab)
  • core: Flush instance stopped event immediately (#10238) (d6770b5)
  • core: Forward authorization header when on same domain (#8507) (f1910a1)
  • core: Give better error message if executions.process is still used in the configs (#8618) (cd8ca84)
  • core: Guard against node not found on cancelling test webhook (#7750) (6be453b)
  • core: Handle credential in body for oauth2 refresh token (#9179) (c9855e3)
  • core: Handle empty executions table in pruning in migrations (#8121) (ffaa30d)
  • core: Handle filename* with quotes in Content-Disposition header (#7229) (67b985f)
  • core: Handle gzip and deflate compressed request payloads (#7461) (83762e0)
  • core: Handle missing resultData in runData (#7523) (1055bd3)
  • core: Handle multiple termination signals correctly (#8046) (67bd8ad)
  • core: Handle possibly invalid updatedAt timestamps in source-control (#8485) (033fd34)
  • core: Handle zero execution statistics on metrics collection during license renewal (#8463) (db48bdd)
  • core: Improve browserId checks, and add logging (#9161) (ff9ae54)
  • core: Improve handling of invalid objects in cleanupParameterData (no-chanhelog) (#8910) (33ab781)
  • core: Improve handling of wrapped errors (#8510) (670af16)
  • core: Improve the startup error when EXECUTIONS_PROCESS is set (#8630) (a2a3ca1)
  • core: Initialize JWT Secret before it's used anywhere (#7707) (3460eb5)
  • core: Initialize queue once in queue mode (#8025) (53c0b49)
  • core: Invalid NODES_INCLUDE should not crash the app (#7038) (04e3178), closes #6683
  • core: Make DNS resolution order configurable (#7272) (5b3121c)
  • core: Make execution and its data creation atomic (#10276) (ae50bb9)
  • core: Make OAuth1/OAuth2 callback not require auth (#10263) (a8e2774)
  • core: Make parsing of content-type and content-disposition headers more flexible (#7217) (d41546b), closes #7149
  • core: Make password-reset urls valid only for single-use (#7622) (6031424)
  • core: Make senderId required for all command messages (#7252) (4b01428)
  • core: Make sure mfa secret and recovery codes are not returned on login (#7936) (f5502cc), closes /github.com/n8n-io/n8n/pull/6994/files#diff-95a87cb029a3d26e6722df2e68132453fc254fc1f4540cbdaa95cfdbda1893deL91 4#a39f9e5ba64a48b58a71d81c837e8227 4#f6a177d32bde4b57ae2da0b8e454 4#fef2d36ab02247e1a0f65a74f6fb534
  • core: Metadata inserts using existing IDs and failing with postgres (#10108) (4547a49)
  • core: Missing pairedItem fixes (#8394) (284d965)
  • core: Missing pairing info (#7326) (e2c3c7a)
  • core: Parse any readable stream response instead of only IncomingMessage (#8359) (eb1320f)
  • core: Perform multi-main leader check against key ID (#7964) (1a87f70), closes 4#a39f9e5ba64a48b58a71d81c837e8227 4#f6a177d32bde4b57ae2da0b8e454 4#fef2d36ab02247e1a0f65a74f6fb534
  • core: Permission check for subworkflow properly checking for workflow settings (#7576) (437c95e)
  • core: Pg-promise de-initialization fix (#7417) (7703904)
  • core: Point users to the official documentation when they use n8n --help (#8440) (9f11eba)
  • core: Prevent axios from force setting a form-urlencoded content-type (#8117) (bba9576), closes /github.com/axios/axios/blob/v1.x/lib/core/dispatchRequest.js#L45-L47
  • core: Prevent calling internal hook email event if emailing is disabled (#8462) (9e93980)
  • core: Prevent error messages due to statistics about data loading (#7824) (847f6ac)
  • core: Prevent executions from becoming forever running (#7569) (9bdb85c)
  • core: Prevent executions from displaying Running status incorrectly (#7261) (861cac5), closes /linear.app/n8n/issue/HELP-338/large-number-of-long-running-executions-for-nadjalemlist#comment-18d1fc96
  • core: Prevent false stalled jobs in queue mode from displaying as errored (#7435) (e01b9e5)
  • core: Prevent invalid compressed responses from making executions stuck forever (#8315) (0776814)
  • core: Prevent issues with missing or mismatching encryption key (#8332) (d4c93b1)
  • core: Prevent multiple values in the execution metadata for the same key and executionId (#9953) (2e6b03b)
  • core: Prevent node param resolution from failing telemetry graph generation (#9257) (f6c9493)
  • core: Prevent NodeErrors from being wrapped multiple times (#8301) (b267bf0)
  • core: Prevent object deletion request on no prefix match (#7366) (63e11e4)
  • core: Prevent occassional 429s on license init in multi-main setup (#9284) (22b6f90)
  • core: Prevent re-parsing of dynamically loaded options (#9503) (a58be17)
  • core: Prevent workflow history saving error from happening (#7812) (e5581ce)
  • core: Prevent XSS in user update endpoints (#10338) (7898498)
  • core: Prevent XSS via static cache dir (#10339) (4f392b5)
  • core: Rate limit MFA activation and verification endpoints (#10330) (b6c47c0)
  • core: Redact csrfSecret when returning oauth credentials to the frontend (#10075) (48f047e)
  • core: Reduce logging overhead for levels that do not output (#7479) (76c0481)
  • core: Reduce memory usage in credentials risk auditing (#7663) (9fd6319)
  • core: Remove binary data when deleting executions by filter (#9056) (7bf0f90)
  • core: Remove circular dependency in WorkflowService and ActiveWorkflowRunner (#8128) (21788d9), closes #8122
  • core: Remove circular references before serializing executions in public API (#8043) (989888d), closes #8030
  • core: Remove excess args from routing error (#9377) (b1f977e)
  • core: Remove HTTP body for GET, HEAD, and OPTIONS requests (#3621) (d85d0ec)
  • core: Replace all moment imports with moment-timezone (#8337) (52a2e25)
  • core: Replace throw with warning when deactivating a non-active workflow (#6969) (b6a00fe)
  • core: Report missing SAML attributes early with an actionable error message (#9316) (225fdbb)
  • core: Report when waitTill is invalid and handle it (#8356) (d5455d7)
  • core: Resolve domains to IPv4 first (#7206) (e9ce531)
  • core: Respect prefix for all Prometheus metrics (#10130) (b1816db)
  • core: Restore log event n8n.workflow.failed (#10253) (3e96b29)
  • core: Restore workflow ID during execution creation (#8031) (c5e6ba8), closes /github.com/n8n-io/n8n/pull/8002/files#diff-c8cbb62ca9ab2ae45e5f565cd8c63fff6475809a6241ea0b90acc575615224
  • core: Retry before continue on fail (#9395) (9b2ce81)
  • core: Revert transactions until we remove the legacy sqlite driver (#10299) (1eba7c3)
  • core: Set source control repository to track remote if ready (#9532) (dbaac82)
  • core: Set up OAuth2 cred test (#6960) (4fc69b7)
  • core: Setup websocket keep-live messages (#6866) (8bdb07d), closes #6757
  • core: Split event bus controller into community and ee (#7107) (011ee2e)
  • core: Start WaitTracker only in the main container (#9600) (08d9c9a)
  • core: Stop relying on filesystem for SSH keys (#9217) (093dcef)
  • core: Stopping an execution should reject any response promises (#9992) (36b314d)
  • core: Stringify all Luxon DateTimes in cleanupParameterData (#8959) (1fb0dd4)
  • core: Support branches containing slashes in source control (#10109) (03a833d)
  • core: Support execution recovery when saving execution progress (#10104) (d887c82)
  • core: Support MySQL in MoveSshKeysToDatabase migration (#9120) (cf435c3)
  • core: Surface enterprise trial error message (#10267) (432ac1d)
  • core: Throw NodeSSLError only for nodes that allow ignoring SSL issues (#6928) (a01c3fb)
  • core: Throw on adding execution without execution data (#9903) (abb7458)
  • core: Tighten checks for multi-main setup usage (#7788) (fdb2c18)
  • core: Try setting postgres search_path on the database (#9530) (e55bf03)
  • core: Update follow-redirects to address CVE-2024-28849 (#8902) (a10120f)
  • core: Update frontend urls when using the --tunnel option (#6898) (718e613)
  • core: Update transactional email links for RBAC (#9727) (ceb7f07)
  • core: Upgrade @n8n/vm2 to address CVE‑2023‑37466 (#10265) (2a09a03)
  • core: Upgrade @n8n/typeorm to address postgres timestamp issues (#8627) (68498cb)
  • core: Upgrade ws to address CVE-2024-37890 (#9801) (f98c4b8)
  • core: Upgrade crypto-js to address CVE-2023-46233 (#7519) (65e5593)
  • core: Upgrade mysql2 to address CVE-2024-21511 (#9206) (3996d28)
  • core: Upgrade mysql2 to address CVE-2024-21512 (#9565) (4b6e5f0)
  • core: Upgrade nodemailer to address an exploit (#8535) (ee5e422)
  • core: Upgrade rudderstack sdk to address npm postInstall issues (#8568) (5750e8e)
  • core: Upgrade sheetjs to address CVE-2024-22363 (#9498) (8737c09)
  • core: Upgrade tournament to address some XSS vulnerabilities (#10277) (43ae159)
  • core: Use AbortController to notify nodes to abort execution (#6141) (d2c18c5)
  • core: Use consistent timezone-aware timestamps in postgres (#6948) (0132514), closes #2178 #2810 #3855 #2813
  • core: Use explicit types in configs to ensure valid decorator metadata (#10433) (2043daa)
  • core: Use hostname from URL instead of Host header for SNI (#8562) (7531f34)
  • core: Use pinned data only for manual mode (#8164) (ea7e76f)
  • core: Use relative imports for dynamic imports in SecurityAuditService (#8086) (785bf99), closes #8085
  • core: Use trx manager instead of repository for tags overwrite (#8557) (abddbb6)
  • core: VM2 sandbox should not throw on new Promise (#10298) (7e95f9e)
  • core: Webhook and form baseUrl missing (#10290) (8131d66)
  • core: Webhooks responding with binary data should not prematurely end the response stream (#9063) (23b676d)
  • Cortex Node: Fix issue with analyzer response not working for file observables (#9374) (ed22dcd)
  • Crypto Node: Fix issue with value not appearing for Sign action (#7619) (5df583f)
  • Customer.io Node: Fix api endpoint when using EU region (#7485) (519680c), closes #7484
  • Date & Time Node: Add fromFormat option to solve ambiguous date strings (#7675) (d2d11e0)
  • Date & Time Node: Dont parse date if it's not set (null or undefined) (#7050) (d72f79f)
  • Default Data Loader Node: Fix binary data loader in s3 mode (#8626) (a5e6f59)
  • Disable pinning for root nodes from canvas (#8848) (e10fa37)
  • Discord Node: Remove requirement on message for webhooks (#8377) (c64e893)
  • Discord Node: Remove unnecessary requirement on parameters (#8060) (ef3a577)
  • Discord Node: When using OAuth2 authentication, check if user is a guild member when sending direct message (#9183) (00dfad3)
  • Display readable error when manual executions contains large payload (#8834) (261b9c7)
  • Don't throw errors for NaN in number operators in the filter component (#9506) (936bbb2)
  • editor: Issue with JSON editor getting cut off (#9000) (4668db2)
  • editor: Active toggle incorrectly displayed as inactive in execution view (#9778) (551fb6d)
  • editor: Add back credential use permission (#8023) (329e5bf)
  • editor: Add debug feature docs link (#7240) (4614e1e)
  • editor: Add fallback for expression resolution in multi-output case (#9045) (bcd39a1)
  • editor: Add missing string for worker in log streaming (#7971) (148bc1d), closes 4#a39f9e5ba64a48b58a71d81c837e8227 4#f6a177d32bde4b57ae2da0b8e454 4#fef2d36ab02247e1a0f65a74f6fb534
  • editor: Add pinned data for freshly added

@netroy netroy closed this Aug 20, 2024
@netroy netroy deleted the 1.56.0-pr branch August 20, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant